Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Sociale media-marketing
    • E-mailmarketing
    • Sms-marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

ssl.SSLCertVerificationError

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
errorapisslErrorTraceback
2 Antwoorden
5422 Weergaven
Avatar
Tony

I am trying to my site using the api. Here is my script

from xmlrpc import client

domain = "url"
user = 'user'
password = "password"
db = 'db'

api = client.ServerProxy("https://%s/xmlrpc/2/object" % domain)
common = client.ServerProxy("https://%s/xmlrpc/2/common" % domain)
uid = common.authenticate(db, user, password, {})


I keep getting this error "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:992)".

This script works on another pc with the same OS so im not sure what the problem is.


This is the full traceback

Traceback (most recent call last):
File "C:\Users\User\Documents\odoo\Report\\.py",\\ line\\ 162,\\ in\\ main
\\ \\ \\ \\ comp\\ =\\ od\\.session\\(DOMAIN,\\ DB,\\ USER,\\ PASSWORD\\)
\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^\\^
\\ \\ File\\ "C:\Users\User\Documents\odoo\odoodata\odooapi\.py",\ line\ 15,\ in\ __init__
\ \ \ \ self\.uid\ =\ common\.authenticate\(db,\ user,\ password,\ \{\}\)
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
\ \ File\ "C:\Users\ User \AppData\Local\Programs\Python\Python311\Lib\xmlrpc\client\.py",\ line\ 1122,\ in\ __call__
\ \ \ \ return\ self\.__send\(self\.__name,\ args\)
\ \ \ \ \ \ \ \ \ \ \ \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
\ \ File\ "C:\Users\ User \AppData\Local\Programs\Python\Python311\Lib\xmlrpc\client\.py",\ line\ 1464,\ in\ __request
\ \ \ \ response\ =\ self\.__transport\.request\(
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
\ \ File\ "C:\Users\ User \AppData\Local\Programs\Python\Python311\Lib\xmlrpc\client\.py",\ line\ 1166,\ in\ request
\ \ \ \ return\ self\.single_request\(host,\ handler,\ request_body,\ verbose\)
\ \ \ \ \ \ \ \ \ \ \ \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
\ \ File\ "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\xmlrpc\client\.py",\ line\ 1178,\ in\ single_request
\ \ \ \ http_conn\ =\ self\.send_request\(host,\ handler,\ request_body,\ verbose\)
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
\ \ File\ "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\xmlrpc\client\.py",\ line\ 1291,\ in\ send_request
\ \ \ \ self\.send_content\(connection,\ request_body\)
\ \ File\ "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\xmlrpc\client\.py",\ line\ 1321,\ in\ send_content
\ \ \ \ connection\.endheaders\(request_body\)
\ \ File\ "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\http\client\.py",\ line\ 1277,\ in\ endheaders
\ \ \ \ self\._send_output\(message_body,\ encode_chunked=encode_chunked\)
\ \ File\ "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\http\client\.py",\ line\ 1037,\ in\ _send_output
\ \ \ \ self\.send\(msg\)
\ \ File\ "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\http\client\.py",\ line\ 975,\ in\ send
\ \ \ \ self\.connect\(\)
\ \ File\ "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\http\client\.py",\ line\ 1454,\ in\ connect
\ \ \ \ self\.sock\ =\ self\._context\.wrap_socket\(self\.sock,
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
\ \ File\ "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\ssl\.py",\ line\ 517,\ in\ wrap_socket
\ \ \ \ return\ self\.sslsocket_class\._create\(
\ \ \ \ \ \ \ \ \ \ \ \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
\ \ File\ "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\ssl\.py",\ line\ 1075,\ in\ _create
\ \ \ \ self\.do_handshake\(\)
\ \ File\ "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\ssl.py", line 1346, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:992)

0
Avatar
Annuleer
Avatar
Tony
Auteur Beste antwoord

No change

0
Avatar
Annuleer
Avatar
Niyas Raphy (Walnut Software Solutions)
Beste antwoord

Hi,

Can you try with below code and see how it goes:

import xmlrpc.client

url = 'url'
db = 'test_db'
username = 'demo'
password = 'demo'

common = xmlrpc.client.ServerProxy('{}/xmlrpc/2/common'.format(url))
uid = common.authenticate(db, username, password, {})


Official Documentation: https://www.odoo.com/documentation/16.0/developer/api/external_api.html


Thanks  & Regards

0
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
500 Internal Server Error (purchase module)
error ErrorTraceback
Avatar
Avatar
2
jan. 19
6540
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] when trying to login /w ServerProxy Opgelost
api ssl odooV8
Avatar
Avatar
2
nov. 23
19881
New SSL error occurring accessing Odoo via XML-RPC API
api xmlrpc ssl
Avatar
0
jan. 18
5687
I am Using Odoo 18 & facing Technical Server Error?
error technical ErrorTraceback ServerError
Avatar
Avatar
1
nov. 24
2645
API Connection, Error Mandatory Fields.
error api restfulapi Muk-it
Avatar
1
jan. 24
2033
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now