简体   繁体   中英

SSL certificate configuration

I have successfully added SSL certificate to my url. now url is " https://puinex5xgm-l1 ". Its working fine on browser. but whenever I try to add port to this ulr " https://puinex5xgm-l1:90/ " its giving me " SSL connection error ERR_SSL_PROTOCOL_ERROR ". My apache server is running on port 90.

While creating certificate I have used domain name as "puinex5xgm-l1".

Please help.

ERR_SSL_PROTOCOL_ERROR is not related to the certificate. My guess is that you don't have https on port 90 enabled but instead plain http, which then will cause such an error.

I have found the solution.

I have made changes in "httpd-ssl.conf" file. Here, I have used "VirtualHost default :90" instead of "VirtualHost default :443".

Now Apache server listening my port.

Its working fine now.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM