CaptainChainsaw Posted February 15, 2013 Share Posted February 15, 2013 Hi all, I've been trying to figure out a problem I've got with SSL. I have installed a certificate with the common name "*.dev.com" and it works for https://www.myserver.dev.com and https://myserver.dev.com. Common Name (e.g. server FQDN or YOUR name) []:*.dev.com The problem is when I try to post to https://www.myserver...dir/script.php. If a point the browser to this URL I get served the page but if I post within an iframe I get this: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed I've tried posting to: https://www.myserver.../dir/script.php and script.php Each time I get this error message. I can't see why, as far as I can tell this should work. Anyone got any ideas? Cheers, CaptainChainsaw Link to comment https://forums.phpfreaks.com/topic/274529-posting-to-https-within-an-iframe-produces-error/ Share on other sites More sharing options...
requinix Posted February 15, 2013 Share Posted February 15, 2013 *.dev.com does not validate www.myserver.dev.com: the asterisk is only good for one component. Link to comment https://forums.phpfreaks.com/topic/274529-posting-to-https-within-an-iframe-produces-error/#findComment-1412669 Share on other sites More sharing options...
CaptainChainsaw Posted February 18, 2013 Author Share Posted February 18, 2013 Fair enough, is there a way around this? I've tried creating another certificate using the common name "www.myserver.dev.com" and got this: [error] Init: Multiple RSA server certificates not allowed Link to comment https://forums.phpfreaks.com/topic/274529-posting-to-https-within-an-iframe-produces-error/#findComment-1413088 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.