<div dir="ltr">Dear Owslib,<div><br></div><div>When requisition from this url "<a href="https://datalab.alkmaar.nl/geoserver/Alkmaar/wms?service=WMS&version=1.1.0&request=GetMap&layers=Alkmaar%3ALuchtfoto2020&bbox=108500.0%2C503500.0%2C124000.0%2C522000.0&width=643&height=768&srs=EPSG%3A28992&format=image%2Fjpeg">https://datalab.alkmaar.nl/geoserver/Alkmaar/wms?service=WMS&version=1.1.0&request=GetMap&layers=Alkmaar%3ALuchtfoto2020&bbox=108500.0%2C503500.0%2C124000.0%2C522000.0&width=643&height=768&srs=EPSG%3A28992&format=image%2Fjpeg</a>" by using this code:</div><div><br></div><div><div style="font-size:14px;line-height:19px"><div style="background-color:rgb(255,255,254);color:rgb(0,0,0);font-family:monospace,Consolas,"Courier New",monospace;white-space:pre">wms_url = <span style="color:rgb(163,21,21)">"<a href="https://datalab.alkmaar.nl/geoserver/Alkmaar/wms?service=WMS">https://datalab.alkmaar.nl/geoserver/Alkmaar/wms?service=WMS</a>"</span></div><br><div style="background-color:rgb(255,255,254);color:rgb(0,0,0);font-family:monospace,Consolas,"Courier New",monospace;white-space:pre">wms = WebMapService(wms_url, version=<span style="color:rgb(163,21,21)">"1.1.1"</span>)</div><div style="background-color:rgb(255,255,254);color:rgb(0,0,0);font-family:monospace,Consolas,"Courier New",monospace;white-space:pre"><br></div><div style="background-color:rgb(255,255,254);color:rgb(0,0,0);font-family:monospace,Consolas,"Courier New",monospace;white-space:pre">I am constantly faced with the problem of this error:</div><div style="background-color:rgb(255,255,254);color:rgb(0,0,0);font-family:monospace,Consolas,"Courier New",monospace;white-space:pre"><br></div><div style="background-color:rgb(255,255,254);color:rgb(0,0,0);font-family:monospace,Consolas,"Courier New",monospace;white-space:pre"><span style="font-family:monospace;white-space:pre-wrap;background-color:rgb(255,255,255)">SSLError</span><span style="color:rgb(33,33,33);font-family:monospace;white-space:pre-wrap;background-color:rgb(255,255,255)">: HTTPSConnectionPool(host='<a href="http://datalab.alkmaar.nl">datalab.alkmaar.nl</a>', port=443): Max retries exceeded with url: /geoserver/Alkmaar/wms?service=WMS&request=GetCapabilities&version=1.1.1 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')))</span></div><div style=""><br></div><div style=""><font color="#212121" face="monospace"><span style="white-space:pre-wrap">It seems like the security on the website is not up to date and python is "protecting" me from this. Is there any way in Owslib to surpass this?</span></font></div><div style=""><font color="#212121" face="monospace"><span style="white-space:pre-wrap"><br></span></font></div><div style=""><font color="#212121" face="monospace"><span style="white-space:pre-wrap">Kind regards</span></font></div><div style=""><font color="#212121" face="monospace"><span style="white-space:pre-wrap">Jasper</span></font></div><div style="background-color:rgb(255,255,254)">

</div></div></div></div>